body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: arial;}
* {box-sizing: border-box;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;background: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol {list-style:none; }
a {text-decoration:none !important; vertical-align:baseline; cursor:pointer;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {outline: none;-webkit-appearance: none;}
input[type='checkbox']:focus{outline: none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.container {
	width: 1440px;
	margin: 0 auto;
}
.container1 {
	width: 1200px;
	margin: 0 auto;
}

/* head */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-left: 60px;
	padding-right: 65px;
	z-index: 100;
	-webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	/* background: rgba(255,255,255,.6); */
	border-bottom: 1px solid rgba(255,255,255,.2);
	z-index: 990;
}
.hd_con {
	position: relative;
}
a.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 0;
}
a.logo img + img{display: none;}
.h_search {
	position: absolute;
	width: 20%;
	right: 3%;
	top: 100px;
	background: #fff;
	z-index: 5;
	display: none;
}
.h_search input {
	width: 80%;
	height: 50px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	float: left;
}
.h_search button {
	width: 20%;
	float: right;
	height: 50px;
	background: #5e9dfa;
	color: #fff;
	cursor: pointer;
	line-height: 50px;
	font-size: 16px;
}
.naver {
	position: relative;
	text-align: right;
	padding-right: 10.3%;
}
.naver ul::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,.38);
	transform: translateY(-50%);
}
.naver ul{
	position: relative;
	padding-right: 40px;
}
.naver ul li {
	position: relative;
	display: inline-block;
	padding: 0 1.458%;
}
.naver ul li:last-child {
	padding-right: 0;
}
.naver ul li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 100px;
	position: relative;
	transition: all .36s;
}
.naver ul li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background: #5e9dfa;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	transition: all .36s;
}
/* .naver ul li a:hover,
.naver ul li.active a{
	color: #5e9dfa;
} */
.naver ul li:hover::before ,
.naver ul li.active::before{
	width: 100%;
}
a.jt_icon{
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
a.search_icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 0;
}
a.search_icon img + img{display: none;}
.header._hidden {
	background-color: #fff;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.header._hidden._show {
	position: fixed;
	transform: translateY(0);
	background: #fff;
	box-shadow: 0 0 5px rgba(57, 57, 57, .15);
}

.header._hidden._show a.search_icon img,
.header._hidden._show a.logo img,
.header._hidden._show a.h_logo img ,
.header._hidden._show .h_search img {
	display: none;
}
.header._hidden._show a.search_icon img + img,
.header._hidden._show a.logo img + img,
.header._hidden._show a.h_logo img + img ,
.header._hidden._show .h_search img + img {
	display: inline-block;
}
.header._hidden._show .naver ul li a ,
.header._hidden._show .hd_p a,.header._hidden._show a.jt_icon{
	color: #000;
}
.header._hidden._show .naver ul li.active a,
.header._hidden._show .naver ul li:hover a{
	color: #5e9dfa;
}
.header._hidden._show .naver ul::after{
	background-color: rgba(0,0,0,.2);
}
.header._hidden._show .naver ul li a:before ,.header._hidden._show .naver ul li::before{
	background: #5e9dfa;
}

.hide{
	display: none;
}
.show{
	display: block;
}
/* banner */
.pc_banner .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.pc_banner .swiper-slide img{
	transition: 1s linear;
	/* transform: scale(1.1,1.1); */
}
.pc_banner .swiper-slide.swiper-slide-active img{
	transition: 6s linear;
	transform: scale(1.1,1.1);
}

.pc_banner .swiper-button-prev,
.pc_banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-size: 100% 100%;
	outline: none;
}
.pc_banner .swiper-button-prev {
	left: 60px;
	background-image: url(../images/a01.png);
}
.pc_banner .swiper-button-next {
	right: 60px;
	background-image: url(../images/a02.png);
}

/* footer */
.footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.foot1 {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.f_con {
	width: 1165px;
	padding: 60px 0 50px;
	margin: 0 auto;
}
.f_hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.f_hd .f_item {
	width: 86px;
}
.f_hd .f_item:nth-last-child(2) {
	width: 338px;
}
.f_hd .f_item:nth-last-child(1) {
	width: 122px;
}
.f_hd .f_item .btitle {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	line-height: 36px;
	margin-bottom: 3px;
}
.f_hd .f_item:nth-last-child(2) .btitle{
	width: 236px;
}
.f_hd .f_item ul li ,
.f_contact p{
	line-height: 28px;
}
.f_hd .f_item ul li a ,
.f_contact p {
	color: #cee0f5;
	font-size: 14px;
	transition: all .36s;
}
.f_hd .f_item ul li a:hover {
	color: #fff;
}
.f_ewm {
	margin-top: 10px;
	text-align: center;
}
.f_ewm img {
	width: 122px;
	height: 122px;
}
.f_ewm p {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}
.f_link {
	display: flex;
	align-items: center;
}
.f_link span {
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}
.links {
	color: #cee0f5;
	font-size: 12px;
}
.links a {
	color: #cee0f5;
	font-size: 12px;
	transition: all .36s;
	margin: 0 12px;
}
.links a:hover {
	color: #fff;
}
.foot2{
	background-color: #0a284d;
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	padding: 20px 0;
	line-height: 24px;
}
.copyright a{
	color: rgba(255,255,255,.4);
	font-size: 14px;
	line-height: 24px;
}

/* 二级导航 */
.second_main {
	display: none;
}
.second_level {
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
	width: 815px;
	/* height: 290px; */
	transform: translateX(-8%);
	background-color: rgba(255,255,255,.9);
	z-index: 99;
}
.second_level:nth-child(5){
	transform: translateX(-30%);
}
.second_level:nth-child(6){
	transform: translateX(-50%);
}
.second_level:nth-child(7){
	transform: translateX(-60%);
}
.second_level:nth-child(8){
	transform: translateX(-60%);
}
.second_wrap {
	padding: 45px 60px;
}
.second_con {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.second_ul ul li{
	margin-bottom: 12px;
}
.second_ul ul li a{
	font-size: 0;
}
.second_ul ul li a>*{
	display: inline-block;
	vertical-align: middle;
}
.second_ul ul li a span{
	margin-left: 10px;
	color: #666;
	font-size: 16px;
	line-height: 1;
}
.second_ul ul li a i img +img,.second_ul ul li:hover  a i img,.second_ul ul li.active  a i img{
	display: none;
}
.second_ul ul li:hover  a i img + img,.second_ul ul li.active  a i img + img{
	display: inline-block;
}
.second_ul ul li:hover a span,.second_ul ul li.active a span{
	color: #5e9dfa;
}
.second_img1 {
	width: 51.8%;
}

/* moblie head */
.m_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 990;
}
.m_hd_con {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.m_logo {
	float: left;
	padding: 8px 0;
}
.m_logo img {
	height: 38px;
}
#openBtn {
	display: block;
	position: fixed;
	top: 20px;
	right: 4%;
	z-index: 100;
	cursor: pointer;
}
#openBtn .lcbody {
	width: 26px;
	height: 15px;
	position: relative;
}
#openBtn .lcbody .lcitem {
	width: 100%;
	height: 1px;
	position: absolute;
	transition: transform 0.36s ease;
}
#openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #666;
}
#openBtn .lcbody .top {
	top: 0;
}
#openBtn .lcbody .center {
	display: block;
	top: 49%;
}
#openBtn .lcbody .bottom {
	top: 100%;
}
#openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}
#openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}
#openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}
#openBtn.on .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}
#openBtn.on .lcitem.center {
	opacity: 0;
}
#openBtn.on .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}
@keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
@-webkit-keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
.navMini {
	position: fixed;
	width: 40%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateX(120%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
}
.navMini.unfold {
	transform: translateX(0);
}
.nav_wrap {
	padding-top: 54px;
}
.m_nav ul li {
	line-height: 46px;
	border-bottom: 1px solid #f0f0f0;
}
.m_nav ul li > a {
	display: block;
	width: 100%;
	color: #666;
	padding-left: 15%;
	position: relative;
	font-size: 14px;
}
.m_nav ul li > a.icon::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 8%;
	top: 50%;
	margin-top: -7px;
	background: url(../images/icon3.png) no-repeat center;
	background-size: cover;
}
.m_nav ul li dl {
	padding: 0 0 10px 0;
	display: none;
}
.m_nav ul li dl dd>a {
	display: block;
	color: #666;
	line-height: 35px;
	padding-left: 15%;
	font-size: 0;
}
.m_nav ul li dl dd>a>*{
	display: inline-block;
	vertical-align: middle;
}
.m_nav ul li.active::before {
	transform: rotateZ(90deg);
}
.m_nav ul li dl dd a i img + img,.m_nav ul li dl dd.active i img{
	display: none;
}
.m_nav ul li dl dd.active a i img + img{
	display: inline-block;
}
.m_nav ul li dl dd a span{
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}
.m_search_icon {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	cursor: pointer;
}
.m_search_icon img {
	height:30px;
}
.m_search {
	position: absolute;
	right: 10%;
	top: 58px;
	width: 40%;
	display: none;
}
.m_search .form_group {
	border-radius: 16px;
	background: #fff;
}
.m_search .form_group input {
	width: 80%;
	float: left;
	height: 36px;
	padding: 0 15px;
}
.m_search .form_group button {
	width: 20%;
	float: right;
	height: 36px;
	background: #007AFF;
	border-radius: 0 16px 16px 0;
	color: #fff;
	line-height: 36px;
}

/* 首页 */
.index1{
	position: relative;
}
.index1_tab{
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.index1_tab ul{
	width: 100%;
	font-size: 0;
	text-align: center;
}
.index1_tab ul li{
	display: inline-block;
	width: 216px;
	height: 70px;
	line-height: 68px;
	margin-right: 10px;
	border: solid 2px #ffffff;
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.index1_tab ul li:last-child{margin-right: 0;}
ul li a{display: block;}
.index1_tab ul li.active,.index1_tab ul li:hover{
	background-color: rgba(94,157,250,.86);
	border: 2px solid rgba(94,157,250,.86);
}
.index1_tab ul li a{
	
}
.index1_tab ul li>*{
	display: inline-block;
	vertical-align: middle;
}
.index1_tab ul li span{
	margin-left: 15px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.index1_main{
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}
.i1_mpage{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.i1_mpleft{
	position: relative;
	width: 53.126%;
	padding-left: 240px;
	padding-right: 78px;
	padding-top: 80px;
	padding-bottom: 90px;
	z-index: 2;
}
.title h2{
	margin-bottom: 20px;
	font-size: 38px;
	color: #000;
	line-height: 1;
}
.title h5{
	font-size: 20px;
	color: #8f9cb3;
	line-height: 1;
}
.i1_mptxt{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #474747;
	line-height: 24px;
}
.more{
	display: block;
	width: 90px;
	height: 26px;
	line-height: 24px;
	font-size: 14px;
	color: #5e9dfa;
	text-align: center;
	border: solid 1px #5e9dfa;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: -webkit-linear-gradient(180deg, #5e9dfa, #5e9dfa, rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
}
.more:hover{
	color: #fff;
	border: 1px solid #5e9dfa;
	background-position: 99% 50%;
}
.i1_mpright{
	position: relative;
	width: 46.874%;
	padding-right: 240px;
	z-index: 2;
}
.i1_mpright::after{
	content: '';
	position: absolute;
	right: 0;
	top: -20px;
	width: 100%;
	height: 440px;
	background-color: #5e9dfa;
	z-index: -1;
}
.i1_mprmain{
	position: relative;
	z-index: 99;
	background-color: #eff5fe;
}
.i1_mprimg img{
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.i1_mprlist{
	width: 100%;
}
.i1_mprlist li{
	float: left;
	width: 33.33%;
	padding: 22px 0;
	text-align: center;
	border-right: 1px solid #e1e2e6;
	background-color: rgba(94,157,250,.1);
}
.i1_mprlist li.active,.i1_mprlist li:hover{
	background-color: #5e9dfa;
}
.i1_mprlist li i img + img,.i1_mprlist li.active i img,.i1_mprlist li:hover i img{
	display: none;
}
.i1_mprlist li.active i img + img,.i1_mprlist li:hover img + img{
	display: inline-block;
}
.i1_mprlist li p{
	margin-top: 13px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.i1_mprlist li.active p,.i1_mprlist li:hover p{
	color: #fff;
}
.index2{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f0f1f5;
}
.i2_title {
	font-size: 0;
}
.i2_title>*{
	display: inline-block;
	vertical-align: bottom;
}
.i2_title h2{
	margin-right: 20px;
	margin-bottom: 0;
}
.index2_main{
	margin-top: 60px;
}
.i2_mleft{
	position: relative;
	width: 40.625%;
	height: 396px;
}
.i2_mleft .swiper-container{height: 100%;}
.i2_mleft a{display: block;position: relative;height: 100%;}
.i2_mlimg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i2_mlimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.i2_mlimg:hover img{
	transform: scale(1.2);
}
.i2_mlpage{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.6);
}
.i2_mlpage p{
	width: 100%;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i2_mright{
	width: 57.2917%;
}
.i2_mrtop {
	position: relative;
	width: 100%;
	height: 48px;
	background-color: #fff;
}
.i2_mrtab p{
	position: relative;
	float: left;
	height: 48px;
	padding: 0 26px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.i2_mrtab p::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 22px;
	background-color: #ebecf0;
	transform: translateY(-50%);
}
.i2_mrtab p:last-child::after,.i2_mrtab p.active::after{
	width: 0;
}
.i2_mrtab p.active{
	color: #fff;
	background-color: #5e9dfa;
}
.i2_mrtab p.active::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent #fff;
	transform: translateX(-50%);
}
.i2_mrmore{
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 14px;
	color: #666;
	transform: translateY(-50%);
}
.i2_mrmore:hover{
	color: #5e9dfa;
}
.i2_mrmain{
	width: 100%;
	margin-top: 6px;
}
.i2_mrulpage{
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e1e2e6;
}
.i2_mrulpage h2{
	position: relative;
	width: 85%;
	padding-left: 26px;
	line-height: 1;
	font-size: 16px;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i2_mrulpage h2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c9c8c8;
	transform: translateY(-50%);
}
.i2_mrulpage h5{
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 14px;
	color: #808080;
	transform: translateY(-50%);
}
.index3{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
}
.index3_ul li{
	float: left;
	width: 32.361%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 1.4585%;
}
.index3_ul li:nth-child(3){margin-right: 0;}
.index3_page{
	width: 100%;
	padding-top: 60px;
	padding-left: 50px;
	transition: all .4s;
}
.index3_ul li:hover .index3_page{
	transform: translateY(-15px);
}
.index3_ptitle{
	margin-bottom: 45px;
}
.index3_ptitle h2{
	margin-bottom: 20px;
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
.index3_ptitle h4{
	font-size: 14px;
	color: #fff;
}
.index3_pmore{
	width: 136px;
	height: 46px;
	line-height: 46px;
	border: solid 1px #ffffff;
	font-size: 0;
	text-align: center;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 99% 50%;
	background-size: 300% 300%;
}
.index3_pmore:hover{
	background-position: 1% 50%;
}
.index3_pmore>*{
	display: inline-block;
	vertical-align: middle;
}
.index3_pmore span{
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
}
.index4{
	width: 100%;
	margin-bottom: 60px;
}
.index4_title{
	position: relative;
}
.i4_more{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.index4_main{
	width: 100%;
	margin-top: 60px;
}
.index4_swiper{
	position: relative;
}
.index4_swiper .swiper-container{
	width: 88.89%;
	margin: 0 auto;
}
.index4_page{
	display: block;
	height: 56px;
	line-height: 54px;
	padding: 0 15px;
	border: solid 1px #d9dee7;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.index4_page:hover{
	border: solid 1px #5e9dfa;
	background-color: #5e9dfa;
	color: #fff;
}
.index4_swiper .swiper-button-next,.index4_swiper .swiper-button-prev{
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-size: 100% 100%;
	opacity: 1;
}
.index4_swiper .swiper-button-prev{
	background-image: url(../images/a18.png);
}
.index4_swiper .swiper-button-next{
	background-image: url(../images/a20.png);
}
.index4_swiper .swiper-button-prev:hover{
	background-image: url(../images/a19.png);
}
.index4_swiper .swiper-button-next:hover{
	background-image: url(../images/a21.png);
}
/* 集团简介 */
.inner_wrap{
	padding-top: 100px;
}
.inner_banner{
	position: relative;
}
.inner_bg01{
	background-color: #f8f8f8;
}
.inner_bmain{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9;
}
.inner_btitle{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 46.875%;
	height: 100%;
	margin: 0 auto;
}
.inner_btitle h1{
	position: relative;
	display: inline-block;
	padding: 0 150px;
	margin-bottom: 30px;
	font-size: 48px;
	color: #fff;
	line-height: 1;
}
.inner_btitle h1::before,.inner_btitle h1::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 110px;
	height: 20px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.inner_btitle h1::before{
	left: 0;
	background-image: url(../images/b01.png);
}
.inner_btitle h1::after{
	right: 0;
	background-image: url(../images/b02.png);
}
.inner_btitle h3{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: rgba(255,255,255,.1);
}
.situation_top{
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.situation_tab{
	font-size: 0;
}
.situation_tab li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.situation_tab li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color:rgba(0,0,0,.1);
	transform: translateY(-50%);
}
.situation_tab li a{
	padding: 0 30px;
	line-height: 80px;
	font-size: 18px;
	color: #333;
}
.situation_tab li:first-child a{
	padding-left: 0;
}
.situation_tab li:last-child a{
	padding-right: 0;
}
.situation_tab li:last-child::after{
	width: 0;
}
.situation_tab li.active a{
	color: #5e9dfa;
}
.situation_main{
	position: relative;
}
.situation_mleft{
	position: relative;
	width: 55%;
	z-index: 3;
}
.situation_mlcon{
	position: relative;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
}
.situation_mlpage{
	width: 100%;
	padding-left: 360px;
	padding-right: 75px;
	padding-top: 80px;
	padding-bottom: 65px;
	background-color: #fff;
}
.stml_h2{
	font-size: 36px;
	color: #333;
	line-height: 1;
}
.situation_mlptxt{
	margin-top: 32px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.smlc_arrow{
	position: absolute;
	top: 50%;
	right: -28px;
	transform: translateY(-50%);
	z-index: 3;
}
.situation_mright{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}
.situation_mright img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 集团领导 */
.group_leader{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
}
.gleader_list{
	padding-bottom: 30px;
}
.gleader_list li{
	width: 100%;
	padding: 50px 40px;
	margin-bottom: 30px;
	background-color: #fff;
}
.gleader_list li h2{
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.gleader_list li h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #5e9dfa;
}
.gleader_txt{
	font-size: 18px;
	color: #666;
	line-height: 32px;
}
.page{
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-block;
	height: 32px;
	padding: 0 11.12px;
	margin-right: 4px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	border: solid 1px #cccccc;
	vertical-align: middle;
	color: #666;
	border: solid 1px #aaa;
}
.page a:first-child,.page a:last-child{
	padding: 0 13.42px;
}
.page a:last-child{margin-right: 0;}
.page a.active{
	color: #fff;
	background-color: #5e9dfa;
	border: solid 1px #5e9dfa;
}
/* 组织架构 */
.ochart_item{
	margin-bottom: 100px;
}
.ochart_item:last-child{margin-bottom: 0;}
.ochart_item h2{
	font-size: 36px;
	color: #333;
	line-height: 1;
	text-align: center;
}
.ochart_page{
	margin-top: 50px;
	text-align: center;
}
/* 企业大事记 */
.history_left {
	width: 30%;
	float: left;
}
.history_list1 {
	background: #005baa;
}
.history_list1 ul li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #3b82c0;
	border-right: 1px solid #3b82c0;
}
.history_list1 ul li:nth-child(2n) {
	border-right: none;
}
.history_list1 ul li a {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.history_list1 ul li.active a {
	background: #5faf2c;
}
.history_right {
	width: 61.66%;
	float: left;
	margin-left: 4.16%;
}
.history_list2 {
	position: relative;
}
.history_list2::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 9px;
	background: #e6e6e6;
	top: 0;
}
.history_list2 ul li {
	margin-bottom: 60px;
	position: relative;
	padding-left: 76px;
}
.history_list2 ul li:last-child {
	margin-bottom: 0;
}
.history_list2 ul li::before {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	border: 5px solid #ccc;
	left: 0;
	top: 35px;
}
.history_list2 ul li > img {
	position: absolute;
	left: 46px;
	top: 30px;
}
.history_info {
	border: 6px solid #e6e6e6;
	padding: 30px 40px;
	background: #fff;
}
.history_info h2 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
}
.history_info p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
/* 集团新闻 */
.news_list{
	padding-bottom: 40px;
}
.news_list li{
	width: 100%;
	/* height: 350px; */
	margin-bottom: 30px;
	background-color: #fff;
}
.news_lmain{
	width: 100%;
	padding: 40px;
}
.news_lmleft{
	float: left;
	width: 57.5%;
}
.news_lmleft h5{
	margin-bottom: 20px;
	font-size: 18px;
	color: #999;
	line-height: 1;
}
.news_lmleft h2{
	font-size: 30px;
	color: #333;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26px;
}
.news_lmtxt{
	margin-top: 30px;
	font-size: 18px;
	color: #5c5c5c;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	font-size: 16px;
}
.news_lmright{
	float: right;
	width: 36.16%;
}
.news_lmain_page .news_lmleft{
	width: 100%;
}
/* 图片新闻 */
.news_picture_list{
	padding-bottom: 40px;
}
.news_picture_list li{
	float: left;
	width: 32.083%;
	margin-bottom: 20px;
	margin-right: 1.8755%;
	background-color: #fff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}
.news_picture_list li:nth-child(3n){margin-right: 0;}
.news_picimg{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.news_picimg img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.news_picture_list li:hover .news_picimg img{
	transform: scale(1.2);
}
.news_pictitle{
	width: 100%;
	height: 56px;
	padding: 0 20px;
	line-height: 56px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 新闻详情 */
.news_d1 {
	margin-bottom: 60px;
}
.news_d1 .title {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 80px;
}
.news_d1 .title h1 {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 24px;
}
.news_d1 .title h2 {
	display: flex;
	justify-content: center;
	position: relative;
}
.news_d1 .title h2 p {
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #808080;
	font-size: 14px;
}
.news_d1 .title h2 p img {
	margin-right: 5px;
}
.share1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.share1 span {
	color: #808080;
	font-size: 14px;
}
.news_info2 .txt {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.pian {
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
	padding: 6px 20px;
}
.pian a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 业务 */
.business1{
	padding-top: 72px;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.business1_item{
	position: relative;
	/* float: left; */
	width: 30%;
	min-height: 380px;
	padding: 0 35px 35px;
	margin-right: 5%;
	background-color: #fff;
	transition: all .4s;
}
.business1_item:nth-child(3n){margin-right: 0;}
.business1_item::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #5e9dfa;
}
.business1_item:hover {
	transform: translateY(-15px);
}
.business1_item i{
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.business1_item i img{
	position: relative;
	display: inline-block;
	margin-top: -72px;
	z-index: 2;
}
.business1_item  h2{
	font-size: 24px;
	color: #333;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.bs1_itxt{
	margin-top: 25px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: center;
}
.business2{
	width: 100%;
	padding: 82px 100px;
	background-color: #fff;
}
.bs2_sview{
	position: relative;
	margin-bottom: 20px;
}
.bs2_sview_main{
	position: relative;
	height: 605px;
	overflow: hidden;
}
.bs2_sview_main img{
	width: 100%;
	height: 100%;
}
.bs2_svmp{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-color: rgba(0,0,0,.5);
}
.bs2_svmp p{
	width: 70%;
	margin: 0 auto;
	line-height: 64px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bs2_sview .swiper-container-horizontal>.swiper-pagination-bullets,.bs2_sview .swiper-pagination-custom,.bs2_sview .swiper-pagination-fraction{
	display: block;
}
.bs2_sthumbs img{
	border: 2px solid transparent;
}
.bs2_sthumbs .swiper-slide-thumb-active img{
	border: 2px solid #5e9dfa;
}
.bs2_sview .swiper-pagination{
	font-size: 14px;
	color: #fff;
	padding-left: 70px;
	text-align: left;
	bottom: 22px;
}
.bs2_sview .swiper-button-next,.bs2_sview .swiper-button-prev{
	width: auto;
	height: auto;
	background: none;
	margin-top: 0;
	font-size: 26px;
	line-height: 12px;
	color: #fff;
	opacity: 1;
	top: auto;
	bottom: 24px;
	z-index: 20;
}
.bs2_sview .swiper-button-next{
	right: auto;
	left: 130px;
}
.bs2_sview .swiper-button-prev{
	left: 30px;
}
/* 党建动态 */
.party_top{
	background-color: #c50c11;
}
.party_tab li a{
	color: #fff;
}
.party_tab li.active a{
	color: #f6f452;
}
.party_main{
	background: linear-gradient(to bottom,#ff2f2e 0%,#f8f8f8 65%);
}
.bgred a.active{
	background-color: #ff2d2c;
	border: 1px solid #ff2d2c;
}
/* 文化活动 */
.curture_list li{
	background-color: #5e9dfa;
}
.curture_list li .news_pictitle{
	color: #fff;
}
/* 人才资源 */
.talent_item_page{
	margin-bottom: 80px;
}
.talent_item_page:last-child{margin-bottom: 0;}
.recruit_theader{
	width: 100%;
	height: 70px;
	padding: 0 50px;
	background-color: #5e9dfa;
}
.recruit_theader p{
	float: left;
	line-height: 70px;
	font-size: 0;
	text-align: center;
}
.recruit_theader p:nth-child(1){
	width: 25%;
	text-align: left;
}
.recruit_theader p:nth-child(4){
	width: 15%;
	text-align: right;
}
.recruit_theader p:nth-child(2),.recruit_theader p:nth-child(3){
	width: 30%;
}
.recruit_theader p>*{
	display: inline-block;
	vertical-align: middle;
}
.recruit_theader p span{
	font-size: 22px;
	color: #fff;
	margin-left: 10px;
	line-height: 1;
}
.recruit_tbtop{
	width: 100%;
	height: 70px;
	padding: 0 50px;
	background-color: #efefef;
}
.recruit_tbtop p{
	float: left;
	font-size: 20px;
	color: #666;
	line-height: 70px;
	text-align: center;
}
.recruit_tbtop p:nth-child(1){
	width: 25%;
	text-align: left;
}
.recruit_tbtop p:nth-child(4){
	width: 15%;
	text-align: right;
}
.recruit_tbtop p:nth-child(2),.recruit_tbtop p:nth-child(3){
	width: 30%;
}
.recruit_tbtop p i{
	display: block;
	text-align: right;
}
.recruit_tbtop p i img + img,.recruit_tbtop.on p i img{
	display: none;
}
.recruit_tbtop.on p i img + img{
	display: inline-block;
}
.recruit_tbody ul li{
	margin-bottom: 30px;
}
.recruit_tbmain{
	display: none;
	width: 100%;
	padding: 40px 50px 60px;
	background-color: #f9f9f9;
}
.recruit_tbm1{
	margin-bottom: 60px;
	font-size: 0;
}
.recruit_tbm1 p{
	display: inline-block;
	margin-right: 66px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1;
	vertical-align: middle;
}
.recruit_tbm1 p:last-child{margin-right: 0;}
.recruit_tbm2{
	position: relative;
}
.recruit_tbm2_left,.recruit_tbm2_right{
	position: relative;
	float: left;
	width: 50%;
}
.recruit_tbm2_left{
	padding-right: 86px;
}
.recruit_tbm2_right{
	padding-left: 60px;
}
.recruit_tbm2::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 82%;
	background-color: #e6e6e6;
	transform: translateX(-50%);
}
.recruit_tbm2_title{
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin-bottom: 30px;
}
.recruit_tbm2_txt{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
}
/* 基本信息 */
.basic_infor{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.manage_infor_list{
	padding-bottom: 30px;
}
.manage_infor_list li{
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
}
.mgif_lmain{
	width: 100%;
	padding: 40px;
}
.mgif_lmain h2{
	position: relative;
	padding-top: 22px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mgif_lmain h2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 5px;
	background-color: #5e9dfa;
}
.mgif_lmain h5{
	font-size: 18px;
	color: #999;
	line-height: 1;
}
.manage_infor_list li:hover{
	background-color: #5e9dfa;
}
.manage_infor_list li:hover .mgif_lmain h2,
.manage_infor_list li:hover .mgif_lmain h5{
	color: #fff;
}
.manage_infor_list li:hover .mgif_lmain h2::before{
	background-color: #fff;
}
/* 重大事项 */
.big_issues_tab{
	font-size: 0;
	text-align: center;
}
.big_issues_tab a{
	display: inline-block;
	min-width: 147px;
	height: 44px;
	margin-right: 10px;
	line-height: 44px;
	border: solid 1px #5e9dfa;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #5e9dfa;
}
.big_issues_tab a:last-child{margin-right: 0;}
.big_issues_tab a.active{
	color: #fff;
	background-color: #5e9dfa;
}
.big_issues_main{
	margin-top: 60px;
	width: 100%;
}
/* 联系我们 */
.pd8086{
	padding-top: 80px;
	padding-bottom: 86px;
}
.contact_map{
	width: 65%;
	height: 500px;
}
.contact_map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_style{
	width: 34.167%;
}
.cts_item{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.cts_item:last-child{margin-bottom: 0;}
.cts_item_main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 160px;
	padding-left: 40px;
	padding-right: 30px;
	background: url(../images/f05.png) no-repeat center center;
	background-size: 100% 100%;
}
.cts_item_mleft h2{
	margin-bottom: 15px;
	font-size: 40px;
	color: #fff;
	line-height: 1;
}
.cts_item_mleft h5{
	font-size: 26px;
	color: #fff;
	line-height: 1;
}
.cts_item_show{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background-color: #5e9dfa;
	z-index: 9;
	transform: translateY(150%);
	transition: all .4s;
}
.cts_item_show h3,.cts_item_show h4{
	font-size: 26px;
	color: #fff;
	line-height: 1;
}
.cts_item_show h3{
	margin-bottom: 15px;
}
.cts_item:hover .cts_item_show{
	transform: translateY(0);
}
/* 权属企业 */
.ownership{
	padding-top: 60px;
	padding-bottom: 100px;
}
.ownership_list li{
	position: relative;
	float: left;
	width: 30.33%;
	margin-right: 4.505%;
	margin-bottom: 60px;
	background-color: #fff;
}
.ownership_list li:nth-child(3n){margin-right: 0;}
.ownership_list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #5e9dfa;
	transition: all .4s;
}
.os_limg{
	overflow: hidden;
}
.os_limg img{
	transition: all .4s;
}
.os_infor{
	width: 100%;
	padding: 0 25px;
	height: 180px;
}
.os_infor h2{
	padding: 26px 0;
	font-size: 18px;
	color: #000;
	line-height: 1;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.os_txt{
	margin: 30px 0;
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ownership_list li:hover{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.ownership_list li:hover::after{
	width: 100%;
}
.ownership_list li:hover .os_limg img{
	transform: scale(1.2);
}
.ownership_list li:hover .os_infor h2{
	color: #5e9dfa;
}
/* 搜索结果 */
.search_list1 ul li {
	margin-bottom: 20px;
	background: #fff;
}
.search_list1 ul li a {
	display: block;
	padding: 40px 40px 36px 40px;
}
.search_list1 ul li a h4 {
	color: #999;
	font-size: 18px;
}
.search_list1 ul li a h2 {
	color: #333;
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0 28px 0;
}
.search_list1 ul li a h2 span {
	color: #5e9dfa;
}
.search_list1 ul li a p {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.search_list1 {
	margin-bottom: 60px;
}
.inner_btitle h2{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.news_info2 .txt iframe{
	display: block;
	width: 100%;
	height: 550px;
	margin: 0 auto;
}